 |
CE Gobi SDK
2.7
GobiApi
|
1 #ifndef __GobiAPIDef_h__
2 #define __GobiAPIDef_h__
8 #define IMPORTGOBI extern "C" __declspec( dllexport )
9 #else //GOBIAPI_EXPORTS
12 #define IMPORTGOBI extern "C" __declspec( dllimport )
15 #define IMPORTGOBI __declspec( dllimport )
17 #endif //GOBIAPI_EXPORTS
19 #ifdef GOBIAPI_EXPORTS
20 #define SWIIMPORT extern "C" __declspec( dllexport )
21 #else //GOBIAPI_EXPORTS
24 #define SWIIMPORT extern "C" __declspec( dllimport )
27 #define SWIIMPORT __declspec( dllimport )
29 #endif //GOBIAPI_EXPORTS
32 #define SWICALLBACK __stdcall
33 #define SWICMAPI __stdcall
36 #define GOBICALLBACK __stdcall
37 #define GOBICMAPI __stdcall
39 #define GOBIAPI __cdecl